ArcGIS Data Reviewer API for JavaScript
Show:

BatchValidationJobDetails Class

Encapsulates a Batch Validation Job. Contains information about a job, including settings and schedule. Schedule applies to scheduled jobs only.

Constructor

BatchValidationJobDetails

()

Properties

batchRunIds

Array

Contains a list of batch run IDs, one for each batch validation execution associated with this batch validation job. For adhoc jobs this list will contain at most one result. For scheduled jobs this list will contain as many as job executions have run associated with this jobs schedule.

These IDs can be used to retrieve batch run details using getBatchRunDetails.

creationDate

Date

Gets job creation date.

executionDetails

BatchValidationJobExecutionDetails

Gets batch job execution details.

jobId

String

Gets the Job Id. Job Id is a GUID that corresponds to an adhoc or scheduled batch validation job.

parameters

BatchValidationParameters

Gets batch job parameters.

status

String

Gets the job status. Status values are:

  • Scheduled
  • Executing
  • Finished

type

String

Gets the job type. Type values are adhoc or scheduled.